DBA Data[Home] [Help]

APPS.CAC_TASK_PURGE_PVT dependencies on STANDARD

Line 28: *@ param errbuf the standard CP variable for error message

24:
25: /**
26: * Purge Standalone Tasks for a given set of input parameters.
27: *
28: *@ param errbuf the standard CP variable for error message
29: *@ param retcode the standard CP variable for return status
30: *@ param p_creation_date_from Creation Date from.
31: *@ param p_creation_date_to Creation Date to.
32: *@ param p_updation_date_from Updation Date from.

Line 29: *@ param retcode the standard CP variable for return status

25: /**
26: * Purge Standalone Tasks for a given set of input parameters.
27: *
28: *@ param errbuf the standard CP variable for error message
29: *@ param retcode the standard CP variable for return status
30: *@ param p_creation_date_from Creation Date from.
31: *@ param p_creation_date_to Creation Date to.
32: *@ param p_updation_date_from Updation Date from.
33: *@ param p_updation_date_to Updation Date to.

Line 73: * @param p_api_version the standard API version number

69:
70: /**
71: * Populate Purge Temp table for a given processing set id and worker id.
72: *
73: * @param p_api_version the standard API version number
74: * @param p_init_msg_list the standard API flag allows API callers to request
75: * that the API does the initialization of the message list on their behalf.
76: * By default, the message list will not be initialized.
77: * @param p_commit the standard API flag is used by API callers to ask

Line 74: * @param p_init_msg_list the standard API flag allows API callers to request

70: /**
71: * Populate Purge Temp table for a given processing set id and worker id.
72: *
73: * @param p_api_version the standard API version number
74: * @param p_init_msg_list the standard API flag allows API callers to request
75: * that the API does the initialization of the message list on their behalf.
76: * By default, the message list will not be initialized.
77: * @param p_commit the standard API flag is used by API callers to ask
78: * the API to commit on their behalf after performing its function

Line 77: * @param p_commit the standard API flag is used by API callers to ask

73: * @param p_api_version the standard API version number
74: * @param p_init_msg_list the standard API flag allows API callers to request
75: * that the API does the initialization of the message list on their behalf.
76: * By default, the message list will not be initialized.
77: * @param p_commit the standard API flag is used by API callers to ask
78: * the API to commit on their behalf after performing its function
79: * By default, the commit will not be performed.
80: * @param p_worker_id ID for identifying child concurre programme.
81: * @param p_concurrent_request_id ID for identifying TASKs belong to the concurrent program.

Line 100: * @param p_api_version the standard API version number

96:
97: /**
98: * Purge Tasks entities for a given processing set id.
99: *
100: * @param p_api_version the standard API version number
101: * @param p_init_msg_list the standard API flag allows API callers to request
102: * that the API does the initialization of the message list on their behalf.
103: * By default, the message list will not be initialized.
104: * @param p_commit the standard API flag is used by API callers to ask

Line 101: * @param p_init_msg_list the standard API flag allows API callers to request

97: /**
98: * Purge Tasks entities for a given processing set id.
99: *
100: * @param p_api_version the standard API version number
101: * @param p_init_msg_list the standard API flag allows API callers to request
102: * that the API does the initialization of the message list on their behalf.
103: * By default, the message list will not be initialized.
104: * @param p_commit the standard API flag is used by API callers to ask
105: * the API to commit on their behalf after performing its function

Line 104: * @param p_commit the standard API flag is used by API callers to ask

100: * @param p_api_version the standard API version number
101: * @param p_init_msg_list the standard API flag allows API callers to request
102: * that the API does the initialization of the message list on their behalf.
103: * By default, the message list will not be initialized.
104: * @param p_commit the standard API flag is used by API callers to ask
105: * the API to commit on their behalf after performing its function
106: * By default, the commit will not be performed.
107: * @param p_processing_set_id ID for identifying parent of the TASK.
108: * @param x_return_status returns the result of all the operations performed