DBA Data[Home] [Help]

APPS.PA_EVENT_PUB dependencies on PA_EVENTS_PKG

Line 24: -- PA_EVENTS_PKG.INSERT_ROW

20: -- PA_EVENT_PVT.CHECK_MDTY_PARAMS2
21: -- PA_EVENT_UTILS.CHECK_VALID_PROJECT
22: -- PA_EVENT_PVT.CHECK_CREATE_EVENT_OK
23: -- PA_EVENT_PVT.VALIDATE_FLEXFIELD
24: -- PA_EVENTS_PKG.INSERT_ROW
25: --History:
26:
27: -- ============================================================================*/
28:

Line 866: --Calling PA_EVENTS_PKG.

862:
863: -- Till here
864:
865: --Call to table handler to insert the events into the database
866: --Calling PA_EVENTS_PKG.
867:
868: PA_EVENTS_PKG.Insert_Row
869: (X_Rowid =>rowid
870: ,X_Event_Id =>p_event_in_rec.p_event_id

Line 868: PA_EVENTS_PKG.Insert_Row

864:
865: --Call to table handler to insert the events into the database
866: --Calling PA_EVENTS_PKG.
867:
868: PA_EVENTS_PKG.Insert_Row
869: (X_Rowid =>rowid
870: ,X_Event_Id =>p_event_in_rec.p_event_id
871: ,X_product_code =>p_pm_product_code
872: ,X_event_reference =>p_event_in_rec.p_pm_event_reference

Line 1106: -- pa_events_pkg.update_row

1102: --Called subprograms: PA_EVENT_PVT.CHECK_MDTY_PARAMS1
1103: -- PA_EVENT_PVT.CHECK_MDTY_PARAMS2
1104: -- PA_EVENT_PVT.check_update_event_ok
1105: -- PA_EVENT_PVT.VALIDATE_FLEXFIELD
1106: -- pa_events_pkg.update_row
1107: --
1108: --
1109: --
1110: --History:

Line 2379: PA_EVENTS_PKG.Update_Row

2375: --Added the below call for bug 7513054
2376: l_Bill_Trans_rev_Amt := PA_CURRENCY.ROUND_TRANS_CURRENCY_AMT(l_Bill_Trans_rev_Amt,p_event_in_rec.P_bill_trans_currency_code);
2377:
2378:
2379: PA_EVENTS_PKG.Update_Row
2380: (X_Rowid =>Rowid
2381: ,X_Event_Id =>p_event_in_rec.P_event_id
2382: ,X_Task_Id =>p_task_id
2383: ,X_Event_Num =>p_event_in_rec.p_event_number

Line 2628: PA_EVENTS_PKG.Update_Row

2624: --Added the below call for bug 7513054
2625: l_Bill_Trans_Bill_Amt := PA_CURRENCY.ROUND_TRANS_CURRENCY_AMT(l_Bill_Trans_Bill_Amt,p_event_in_rec.P_bill_trans_currency_code);
2626:
2627:
2628: PA_EVENTS_PKG.Update_Row
2629: (X_Rowid =>Rowid
2630: ,X_Event_Id =>p_event_in_rec.P_event_id
2631: ,X_Task_Id =>p_task_id
2632: ,X_Event_Num =>p_event_in_rec.p_event_number

Line 2724: PA_EVENTS_PKG.Update_Row

2720: l_Bill_Trans_Bill_Amt := PA_CURRENCY.ROUND_TRANS_CURRENCY_AMT(l_Bill_Trans_Bill_Amt,p_event_in_rec.P_bill_trans_currency_code);
2721:
2722:
2723: --Calls table handler for updating valid events.
2724: PA_EVENTS_PKG.Update_Row
2725: (X_Rowid =>Rowid
2726: ,X_Event_Id =>p_event_in_rec.P_event_id
2727: ,X_Task_Id =>p_task_id
2728: ,X_Event_Num =>p_event_in_rec.p_event_number

Line 2957: -- PA_EVENTS_PKG.DELETE_ROW

2953: --Called subprograms:
2954: --Called subprograms: PA_EVENT_PVT.CHECK_MDTY_PARAMS1
2955: -- PA_EVENT_PVT.CHECK_MDTY_PARAMS2
2956: -- PA_EVENT_PVT.CHECK_DELETE_EVENT_OK
2957: -- PA_EVENTS_PKG.DELETE_ROW
2958: --
2959: --
2960: --
2961: --History:

Line 3129: PA_EVENTS_PKG.Delete_Row(X_Rowid => P_rowid);

3125:
3126: --calling PROCEDURE Delete_Row to delete the event
3127:
3128:
3129: PA_EVENTS_PKG.Delete_Row(X_Rowid => P_rowid);
3130:
3131: --If commit is set to true then commit to database.
3132: IF FND_API.to_boolean( p_commit )
3133: THEN