DBA Data[Home] [Help]

APPS.ARP_XLA_EXTRACT_MAIN_PKG dependencies on WF_EVENT_T

Line 130: p_event IN OUT NOCOPY wf_event_t)

126: -- History : Is replaced by preaccounting procedure
127: ----------------------------------------
128: FUNCTION locking_status
129: (p_subscription_guid IN RAW,
130: p_event IN OUT NOCOPY wf_event_t)
131: RETURN VARCHAR2;
132:
133: ----------------------------------
134: -- Procedure name : extract_status

Line 144: p_event IN OUT NOCOPY wf_event_t)

140: -- Modification history:Is replaced by extract procedure
141: ----------------------------------
142: FUNCTION extract_status
143: (p_subscription_guid IN RAW,
144: p_event IN OUT NOCOPY wf_event_t)
145: RETURN VARCHAR2;
146:
147: --------------------------------------
148: -- Procedure name : posting_ctl_status

Line 158: p_event IN OUT NOCOPY wf_event_t)

154: -- Modification history: Is replaced by postprocessing
155: ------------------------------------------------------
156: FUNCTION posting_ctl_status
157: (p_subscription_guid IN RAW,
158: p_event IN OUT NOCOPY wf_event_t)
159: RETURN VARCHAR2;
160:
161: ------------------------
162: -- Extract procedures --