DBA Data[Home] [Help]

APPS.CST_XLA_PVT dependencies on STANDARD

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

249:
250: --------------------------------------------------------------------------------------
251: -- API name : Create_CostUpdateXLAEvent
252: -- Type : Private
253: -- Function : To create Standard Cost Update accounting events in bulk
254: -- Pre-reqs :
255: -- Parameters :
256: -- IN : p_api_version IN NUMBER
257: -- p_init_msg_list IN VARCHAR2

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

265: -- x_msg_data OUT VARCHAR2(2000)
266: -- Version :
267: -- Initial version 1.0
268: -- Notes :
269: -- The API takes a Standard Cost Update ID and organization_id
270: -- and creates all events associated with it.
271: -- Called from cmlicu.lpc
272: -- End of comments
273: --------------------------------------------------------------------------------------

Line 324: FUNCTION standard_policy

320:
321: ------------------------
322: -- CST Security Policy
323: ------------------------
324: FUNCTION standard_policy
325: (p_obj_schema IN VARCHAR2
326: ,p_obj_name IN VARCHAR2)
327: RETURN VARCHAR2;
328: