DBA Data[Home] [Help]

APPS.POS_SUPPLIER_PUB_JOB_PKG dependencies on POS_SUPP_PUB_RAISE_EVENT_PKG

Line 177: pos_supp_pub_raise_event_pkg.get_bo_and_insert(partyid_list,

173: fnd_file.put_line(fnd_file.log,'Total Number of Published Parties: Count:'||partyid_list.count);
174: p_publication_event_id := get_curr_supp_pub_event_id;
175: fnd_file.put_line(fnd_file.log,'Publication event Id:'||p_publication_event_id);
176: --Calling the Supplier Publish Package
177: pos_supp_pub_raise_event_pkg.get_bo_and_insert(partyid_list,
178: p_publication_event_id,
179: p_published_by,
180: p_publish_detail);
181:

Line 183: l_event_key := pos_supp_pub_raise_event_pkg.raise_publish_supplier_event(p_publication_event_id);

179: p_published_by,
180: p_publish_detail);
181:
182: --Calling the workflow section to raise the workflow event
183: l_event_key := pos_supp_pub_raise_event_pkg.raise_publish_supplier_event(p_publication_event_id);
184: else
185: fnd_file.put_line(fnd_file.log,'-------------------------------------------------------------------------------');
186: fnd_file.put_line(fnd_file.log,'MESSAGE:** No Party IDs are available to Publish in the given date range **');
187: fnd_file.put_line(fnd_file.log,'-------------------------------------------------------------------------------');