DBA Data[Home] [Help]

APPS.IGS_PE_RELATIONSHIPS_PKG dependencies on HZ_PARTIES

Line 406: select party_type into prel_rec.object_type from hz_parties where party_id = p_object_id;

402: -- PERSON and ORGANIZATION. SWS105 Person Rel Enhancement Bug 2613718
403:
404: prel_rec.subject_type := 'PERSON';
405:
406: select party_type into prel_rec.object_type from hz_parties where party_id = p_object_id;
407:
408: prel_rec.subject_table_name := 'HZ_PARTIES';
409: prel_rec.object_table_name := 'HZ_PARTIES';
410: prel_rec.content_source_type := 'USER_ENTERED';

Line 408: prel_rec.subject_table_name := 'HZ_PARTIES';

404: prel_rec.subject_type := 'PERSON';
405:
406: select party_type into prel_rec.object_type from hz_parties where party_id = p_object_id;
407:
408: prel_rec.subject_table_name := 'HZ_PARTIES';
409: prel_rec.object_table_name := 'HZ_PARTIES';
410: prel_rec.content_source_type := 'USER_ENTERED';
411: prel_rec.created_by_module := 'IGS';
412:

Line 409: prel_rec.object_table_name := 'HZ_PARTIES';

405:
406: select party_type into prel_rec.object_type from hz_parties where party_id = p_object_id;
407:
408: prel_rec.subject_table_name := 'HZ_PARTIES';
409: prel_rec.object_table_name := 'HZ_PARTIES';
410: prel_rec.content_source_type := 'USER_ENTERED';
411: prel_rec.created_by_module := 'IGS';
412:
413: -- Generating And Passing the party number if the profile value is set to 'No' for generating the party number