DBA Data[Home] [Help]

APPS.PO_CREATE_SR_ASL dependencies on STANDARD

Line 494: -- Standard parameter for verifying the api version

490: -- would create the ASL and Sourcing Rule for each Agrement line.
491: --Parameters:
492: --IN:
493: --p_api_version
494: -- Standard parameter for verifying the api version
495: --p_init_msg_list
496: -- The p_init_msg_list parameter allows API callers to request
497: -- that the API does the initialization of the message list on
498: -- their behalf.

Line 500: -- Standard parameter which dictates whether or not data should

496: -- The p_init_msg_list parameter allows API callers to request
497: -- that the API does the initialization of the message list on
498: -- their behalf.
499: --p_commit
500: -- Standard parameter which dictates whether or not data should
501: -- be commited in the api
502: --p_validation_level
503: -- The p_validation_level parameter to determine which validation
504: -- steps should be executed and which steps should be skipped

Line 594: /* Local variables for API Standard Parameters */

590: l_header_processable_flag VARCHAR2(1):='Y';
591: l_vendor_site_id PO_HEADERS_ALL.vendor_site_id%TYPE;
592: l_sourcing_level VARCHAR2(20);
593:
594: /* Local variables for API Standard Parameters */
595: l_api_version NUMBER :=1.0;
596: l_init_msg_list VARCHAR2(5):=FND_API.G_FALSE;
597: l_commit VARCHAR2(5):=FND_API.G_FALSE;
598: l_return_status VARCHAR2(5);

Line 942: -- Standard parameter for verifying the api version

938: -- PO_APPROVED_SUPPLIER_LIST_SV. create_po_asl_entries for creating the ASL's.
939: --Parameters:
940: --IN:
941: --p_api_version
942: -- Standard parameter for verifying the api version
943: --p_init_msg_list
944: -- The p_init_msg_list parameter allows API callers to request
945: -- that the API does the initialization of the message list on
946: -- their behalf.

Line 948: -- Standard parameter which dictates whether or not data should

944: -- The p_init_msg_list parameter allows API callers to request
945: -- that the API does the initialization of the message list on
946: -- their behalf.
947: --p_commit
948: -- Standard parameter which dictates whether or not data should
949: -- be commited in the api
950: --p_validation_level
951: -- The p_validation_level parameter to determine which validation
952: -- steps should be executed and which steps should be skipped