DBA Data[Home] [Help]

APPS.WMS_SEARCH_ORDER_GLOBALS_PVT dependencies on STANDARD

Line 545: -- API standard variables

541: ,p_business_object_id in NUMBER
542: ,p_object_id in NUMBER
543: ,p_strategy_id in NUMBER
544: ) IS
545: -- API standard variables
546: l_api_version constant number := 1.0;
547: g_pkg_name constant VARCHAR2(50) := 'WMS_SEARCH_ORDER_GLOBALS_PVT';
548: l_api_name constant varchar2(30) := ' insert_trace_header';
549: l_return_status VARCHAR2(1) := fnd_api.g_ret_sts_success;

Line 562: -- Standard call to check for call compatibility

558: l_sid NUMBER;
559:
560: begin
561:
562: -- Standard call to check for call compatibility
563: if not fnd_api.compatible_api_call( l_api_version
564: ,l_api_version
565: ,l_api_name
566: ,g_pkg_name ) then

Line 667: -- API standard variables

663: ,p_header_id in NUMBER
664: ,p_rule_id in NUMBER
665: ,p_pre_suggestions in WMS_SEARCH_ORDER_GLOBALS_PVT.pre_suggestions_record_tbl
666: ) IS
667: -- API standard variables
668: g_pkg_name constant VARCHAR2(50) := 'WMS_SEARCH_ORDER_GLOBALS_PVT';
669: l_api_version constant number := 1.0;
670: l_api_name constant varchar2(30) := 'insert_trace_lines';
671: l_return_status VARCHAR2(1) := fnd_api.g_ret_sts_success;

Line 683: -- Standard call to check for call compatibility

679: l_rule_id NUMBER;
680: l_index BINARY_INTEGER;
681: begin
682:
683: -- Standard call to check for call compatibility
684: if not fnd_api.compatible_api_call( l_api_version
685: ,p_api_version
686: ,l_api_name
687: ,g_pkg_name ) then

Line 1198: -- API standard variables

1194:
1195: ---- This API Call is a Autonomous Procedure ---------------
1196: --- PRAGMA AUTONOMOUS_TRANSACTION;
1197:
1198: -- API standard variables
1199: l_api_version constant number := 1.0;
1200: g_pkg_name constant VARCHAR2(50) := 'WMS_SEARCH_ORDER_GLOBALS_PVT';
1201: l_api_name constant varchar2(30) := 'insert_txn_trace_rows';
1202: l_return_status VARCHAR2(1) := fnd_api.g_ret_sts_success;

Line 1213: -- Standard call to check for call compatibility

1209: l_txn_header_id := nvl(p_txn_header_id,0);
1210: l_insert_lot_flag := nvl(p_insert_lot_flag,0);
1211: l_insert_serial_flag := nvl(p_insert_serial_flag,0);
1212:
1213: -- Standard call to check for call compatibility
1214:
1215: if not fnd_api.compatible_api_call( l_api_version
1216: ,l_api_version
1217: ,l_api_name

Line 1414: STANDARD_OPERATION_ID ,

1410: COMMON_ROUTING_SEQ_ID ,
1411: ORG_COST_GROUP_ID ,
1412: COST_TYPE_ID ,
1413: TRANSACTION_STATUS ,
1414: STANDARD_OPERATION_ID ,
1415: TASK_PRIORITY ,
1416: WMS_TASK_TYPE ,
1417: PARENT_LINE_ID ,
1418: SOURCE_LOT_NUMBER ,

Line 1642: STANDARD_OPERATION_ID ,

1638: COMMON_ROUTING_SEQ_ID ,
1639: ORG_COST_GROUP_ID ,
1640: COST_TYPE_ID ,
1641: TRANSACTION_STATUS ,
1642: STANDARD_OPERATION_ID ,
1643: TASK_PRIORITY ,
1644: WMS_TASK_TYPE ,
1645: PARENT_LINE_ID ,
1646: ' ' ,