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 940: -- Standard parameter for verifying the api version

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

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

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