DBA Data[Home] [Help]

APPS.IRC_PARTY_PERSON_UTL dependencies on IRC_JOB_BASKET_ITEMS

Line 78: from irc_job_basket_items

74: where party_id is not null
75: and person_id is null
76: union
77: select party_id,person_id
78: from irc_job_basket_items
79: where party_id is not null
80: and person_id is null
81: union
82: select object_id party_id, object_id person_id

Line 539: update irc_job_basket_items

535: --
536: -- update the job basket records directly for performance
537: --
538:
539: update irc_job_basket_items
540: set person_id=l_person_ids(i)
541: where party_id=l_party_ids(i)
542: and person_id is null;
543: