DBA Data[Home] [Help]

APPS.GMS_AWARD_PVT dependencies on GMS_AWARDS_CONTACTS_PKG

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

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

Line 4554: gms_awards_contacts_pkg.insert_row

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