DBA Data[Home] [Help]

APPS.INV_TXN_MANAGER_GRP dependencies on INV_TXN_MANAGER_PUB

Line 6465: l_Line_Rec_Type inv_txn_manager_pub.Line_Rec_Type;

6461: SUBINVENTORY_CODE,LOCATOR_ID;
6462:
6463:
6464: line_vldn_error_flag VARCHAR(1);
6465: l_Line_Rec_Type inv_txn_manager_pub.Line_Rec_Type;
6466: l_count number;
6467:
6468: BEGIN
6469: if ( l_debug is null) then

Line 6514: PROCEDURE validate_lines(p_line_Rec_Type inv_txn_manager_pub.line_rec_type,

6510: * validate_lines()
6511: * Validate one transaction record in MTL_TRANSACTIONS_INTERFACE
6512: *
6513: ******************************************************************/
6514: PROCEDURE validate_lines(p_line_Rec_Type inv_txn_manager_pub.line_rec_type,
6515: p_commit VARCHAR2 := fnd_api.g_false ,
6516: p_validation_level NUMBER := fnd_api.g_valid_level_full ,
6517: p_error_flag OUT NOCOPY VARCHAR2,
6518: p_userid NUMBER,

Line 6747: inv_log_util.trace('operation_seq_num '||l_operation_seq_num||' l_wip_supply_type '||l_wip_supply_type, 'INV_TXN_MANAGER_PUB', 9);

6743: into l_operation_seq_num, l_wip_supply_type
6744: from mtl_transactions_interface
6745: where ROWID = l_rowid;
6746: IF (l_debug = 1) THEN
6747: inv_log_util.trace('operation_seq_num '||l_operation_seq_num||' l_wip_supply_type '||l_wip_supply_type, 'INV_TXN_MANAGER_PUB', 9);
6748: END IF;
6749:
6750: IF l_locid IS NOT NULL THEN
6751: l_loci := 1;

Line 6757: inv_log_util.trace('Before calling fnd_profile.put MFG_ORGANIZATION_ID','INV_TXN_MANAGER_PUB',9);

6753: l_loci := -1;
6754: END IF;
6755:
6756: IF (l_debug = 1) THEN
6757: inv_log_util.trace('Before calling fnd_profile.put MFG_ORGANIZATION_ID','INV_TXN_MANAGER_PUB',9);
6758: END IF;
6759:
6760: fnd_profile.put('MFG_ORGANIZATION_ID',l_orgid);
6761:

Line 14023: l_Line_Rec_Type inv_txn_manager_pub.Line_Rec_Type;

14019: l_trx_batch_id NUMBER;
14020: batch_error BOOLEAN;
14021: l_last_trx_batch_id NUMBER;
14022: line_vldn_error_flag VARCHAR(1);
14023: l_Line_Rec_Type inv_txn_manager_pub.Line_Rec_Type;
14024:
14025: l_tempid NUMBER;
14026: l_item_id NUMBER;
14027: l_org_id NUMBER;

Line 14157: CURSOR Z1 (p_flow_sch NUMBER,p_line_rec_type inv_txn_manager_pub.line_rec_type) IS

14153: INVENTORY_ITEM_ID,REVISION,SUBINVENTORY_CODE,LOCATOR_ID;
14154:
14155:
14156:
14157: CURSOR Z1 (p_flow_sch NUMBER,p_line_rec_type inv_txn_manager_pub.line_rec_type) IS
14158: SELECT
14159: p_line_rec_type.ROWID,
14160: p_line_rec_type.INVENTORY_ITEM_ID,
14161: p_line_rec_type.REVISION,