DBA Data[Home] [Help]

APPS.IGS_PE_USERID_PKG dependencies on IGS_PE_HZ_PARTIES

Line 533: UPDATE igs_pe_hz_parties

529: assign_responsibility(l_party_id, l_user_id);
530:
531: END IF;
532:
533: UPDATE igs_pe_hz_parties
534: SET oracle_username =l_user_name
535: WHERE party_id = l_party_id;
536:
537: resultout := 'COMPLETE:S' ;