DBA Data[Home] [Help]

APPS.IEX_BUS_EVENT_SUB_PVT dependencies on WF_EVENT_T

Line 7: , p_event IN OUT NOCOPY WF_EVENT_T

3:
4: --Function For Transactions Events. Passes trx_id
5: FUNCTION SYNC_SUMMARY
6: ( p_subscription_guid In RAW
7: , p_event IN OUT NOCOPY WF_EVENT_T
8: )
9: RETURN VARCHAR2;
10: --Function For Receipts Events. Passes Payment_schedule_id
11: FUNCTION SYNC_CASHRECEIPT

Line 13: , p_event IN OUT NOCOPY WF_EVENT_T

9: RETURN VARCHAR2;
10: --Function For Receipts Events. Passes Payment_schedule_id
11: FUNCTION SYNC_CASHRECEIPT
12: ( p_subscription_guid In RAW
13: , p_event IN OUT NOCOPY WF_EVENT_T
14: )
15: RETURN VARCHAR2;
16:
17: --Function For Credit Memo and Cash Apply. Both these events pass receivables_application_id

Line 20: , p_event IN OUT NOCOPY WF_EVENT_T

16:
17: --Function For Credit Memo and Cash Apply. Both these events pass receivables_application_id
18: FUNCTION SYNC_CM
19: ( p_subscription_guid In RAW
20: , p_event IN OUT NOCOPY WF_EVENT_T
21: )
22: RETURN VARCHAR2;
23:
24: --Function For Adjustment Events. Passes adjustment_id

Line 27: , p_event IN OUT NOCOPY WF_EVENT_T

23:
24: --Function For Adjustment Events. Passes adjustment_id
25: FUNCTION SYNC_ADJ
26: ( p_subscription_guid In RAW
27: , p_event IN OUT NOCOPY WF_EVENT_T
28: )
29: RETURN VARCHAR2;
30:
31: --Function For Auto Adjustment. Passes request_id

Line 34: , p_event IN OUT NOCOPY WF_EVENT_T

30:
31: --Function For Auto Adjustment. Passes request_id
32: FUNCTION SYNC_AUTOADJ
33: ( p_subscription_guid In RAW
34: , p_event IN OUT NOCOPY WF_EVENT_T
35: )
36: RETURN VARCHAR2;
37:
38: --Function For AutoReceipts. Passes request_id

Line 41: , p_event IN OUT NOCOPY WF_EVENT_T

37:
38: --Function For AutoReceipts. Passes request_id
39: FUNCTION SYNC_AUTOREC
40: ( p_subscription_guid In RAW
41: , p_event IN OUT NOCOPY WF_EVENT_T
42: )
43: RETURN VARCHAR2;
44:
45: --Function For AutoInvoice. Passes request_id.

Line 49: , p_event IN OUT NOCOPY WF_EVENT_T

45: --Function For AutoInvoice. Passes request_id.
46:
47: FUNCTION SYNC_AUTOINV
48: ( p_subscription_guid In RAW
49: , p_event IN OUT NOCOPY WF_EVENT_T
50: )
51: RETURN VARCHAR2;
52:
53: --Main Function that will Synchronize IEX and AR.