DBA Data[Home] [Help]

APPS.GMS_AWARD_PVT dependencies on GMS_AWARDS_CONTACTS_PKG

Line 4554: G_stage := 'gms_awards_contacts_pkg.insert_row' ;

4550: -- ========================================
4551: -- Calling Table Handler to Insert the Row.
4552: -- ========================================
4553:
4554: G_stage := 'gms_awards_contacts_pkg.insert_row' ;
4555:
4556: gms_awards_contacts_pkg.insert_row
4557: ( x_rowid => L_rowid,
4558: x_award_id => G_contact_rec.award_id,

Line 4556: gms_awards_contacts_pkg.insert_row

4552: -- ========================================
4553:
4554: G_stage := 'gms_awards_contacts_pkg.insert_row' ;
4555:
4556: gms_awards_contacts_pkg.insert_row
4557: ( x_rowid => L_rowid,
4558: x_award_id => G_contact_rec.award_id,
4559: x_customer_id => G_contact_rec.customer_id,
4560: x_contact_id => G_contact_rec.contact_id,