DBA Data[Home] [Help]

APPS.CST_XLA_PVT dependencies on STANDARD

Line 215: -- Function : To create Standard Cost Update accounting events in bulk

211:
212: --------------------------------------------------------------------------------------
213: -- API name : Create_CostUpdateXLAEvent
214: -- Type : Private
215: -- Function : To create Standard Cost Update accounting events in bulk
216: -- Pre-reqs :
217: -- Parameters :
218: -- IN : p_api_version IN NUMBER
219: -- p_init_msg_list IN VARCHAR2

Line 231: -- The API takes a Standard Cost Update ID and organization_id

227: -- x_msg_data OUT VARCHAR2(2000)
228: -- Version :
229: -- Initial version 1.0
230: -- Notes :
231: -- The API takes a Standard Cost Update ID and organization_id
232: -- and creates all events associated with it.
233: -- Called from cmlicu.lpc
234: -- End of comments
235: --------------------------------------------------------------------------------------

Line 286: FUNCTION standard_policy

282:
283: ------------------------
284: -- CST Security Policy
285: ------------------------
286: FUNCTION standard_policy
287: (p_obj_schema IN VARCHAR2
288: ,p_obj_name IN VARCHAR2)
289: RETURN VARCHAR2;
290: