DBA Data[Home] [Help]

APPS.GMS_BILLING dependencies on PA_BILLING_PUB

Line 3702: pa_billing_pub.insert_event(

3698: END IF;
3699:
3700: Evt_Num := pa_billing_seq.next_eventnum(p_Project_Id,NULL); -- Bug 3235390
3701:
3702: pa_billing_pub.insert_event(
3703: X_rev_amt => X_rev_amt,
3704: X_bill_amt => X_bill_amt,
3705: X_project_id => p_project_id,
3706: X_event_type => 'AWARD_BILLING',

Line 4176: pa_billing_pub.insert_event(

4172: /* Building the Event Description */
4173: Evt_Description := Ins_Act_Proj_Num||'- '||Ins_Act_Task_Num||' - '||Ins_Burden_Cost_Code||'- '||Ins_Exp_Org_Name ; -- Bug 2380344 : Removed Inst_Num
4174:
4175: If X_Calling_Process = 'Revenue' then
4176: pa_billing_pub.insert_event(
4177: X_rev_amt => Ins_Amount, /* X_rev_amt */
4178: X_bill_amt => 0, /* X_bill_amt */
4179: X_project_id => Ins_Award_Project_Id, /* X_project_id */
4180: X_event_type => 'AWARD_BILLING', /* X_event_type */

Line 4203: pa_billing_pub.insert_event(

4199: );
4200:
4201: Elsif X_Calling_Process = 'Invoice' then
4202:
4203: pa_billing_pub.insert_event(
4204: X_rev_amt => 0, /* X_rev_amt */
4205: X_bill_amt => Ins_Amount, /* X_bill_amt */
4206: X_project_id => Ins_Award_Project_Id, /* X_project_id */
4207: X_event_type => 'AWARD_BILLING', /* X_event_type */