DBA Data[Home] [Help]

APPS.IGW_AWARDS_TBH dependencies on IGW_PROJECT_FUNDINGS

Line 394: DELETE igw_project_fundings

390: BEGIN
391:
392: x_return_status := Fnd_Api.G_Ret_Sts_Success;
393:
394: DELETE igw_project_fundings
395: WHERE proposal_installment_id IN
396: ( SELECT proposal_installment_id
397: FROM igw_installments
398: WHERE proposal_award_id = p_proposal_award_id );