DBA Data[Home] [Help]

APPS.IRC_PARTY_PERSON_UTL dependencies on IRC_DOCUMENTS

Line 68: from irc_documents

64: where party_id is not null
65: and person_id is null
66: union
67: select party_id,person_id
68: from irc_documents
69: where party_id is not null
70: and person_id is null
71: union
72: select party_id,person_id

Line 530: update irc_documents

526: --
527: -- update the documents records directly for performance
528: --
529:
530: update irc_documents
531: set person_id=l_person_ids(i)
532: where party_id=l_party_ids(i)
533: and person_id is null;
534: