DBA Data[Home] [Help]

APPS.GMS_BILLING dependencies on PA_BILLING_PUB

Line 3727: pa_billing_pub.insert_event(

3723: END IF;
3724:
3725: Evt_Num := pa_billing_seq.next_eventnum(p_Project_Id,NULL); -- Bug 3235390
3726:
3727: pa_billing_pub.insert_event(
3728: X_rev_amt => X_rev_amt,
3729: X_bill_amt => X_bill_amt,
3730: X_project_id => p_project_id,
3731: X_event_type => 'AWARD_BILLING',

Line 4201: pa_billing_pub.insert_event(

4197: /* Building the Event Description */
4198: Evt_Description := Ins_Act_Proj_Num||'- '||Ins_Act_Task_Num||' - '||Ins_Burden_Cost_Code||'- '||Ins_Exp_Org_Name ; -- Bug 2380344 : Removed Inst_Num
4199:
4200: If X_Calling_Process = 'Revenue' then
4201: pa_billing_pub.insert_event(
4202: X_rev_amt => Ins_Amount, /* X_rev_amt */
4203: X_bill_amt => 0, /* X_bill_amt */
4204: X_project_id => Ins_Award_Project_Id, /* X_project_id */
4205: X_event_type => 'AWARD_BILLING', /* X_event_type */

Line 4228: pa_billing_pub.insert_event(

4224: );
4225:
4226: Elsif X_Calling_Process = 'Invoice' then
4227:
4228: pa_billing_pub.insert_event(
4229: X_rev_amt => 0, /* X_rev_amt */
4230: X_bill_amt => Ins_Amount, /* X_bill_amt */
4231: X_project_id => Ins_Award_Project_Id, /* X_project_id */
4232: X_event_type => 'AWARD_BILLING', /* X_event_type */