Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture
Comments
-
I did tried the changes suggested by you but unfortunately hitting the same error again. Current system time is 12-JUL-2017 09:36:54+---------------------------------------------------------------------------+XDO Data Engine Version No: 5.6.3Resp: 50036Org ID : 6436Request ID: 49322037All Parameters:…
-
Please see the XML, package Spec and body. <dataTemplate name="BPOTLRNRDRTCPROJ" description="BP OTL Rendered Timecard by Employee - Projects" defaultPackage="BPHXC_PROJTIMECARD_UTIL"><parameters><parameter name="p_org_id" dataType="number"/><parameter name="p_from_end_date" dataType="character"/><parameter…
-
Sorry the messed up the package name - corrected package name on the xml but still getting the same error.
-
The package has the parameter with a name "p_order_by_txt" but still the concurrent program fails. CREATE OR REPLACE PACKAGE APPS."XXBP_PROJTIMECARD_UTIL"AS PROCEDURE StartReport (p_end_date DATE); PROCEDURE PurgeTCDetails; PROCEDURE GeneratePersonTC (p_person_id NUMBER, p_end_date DATE); PROCEDURE GeneratePersonTCPA…