DBA Data[Home] [Help]

APPS.INV_LOGICAL_TRANSACTIONS_PUB dependencies on INV_GLOBALS

Line 130: and replaced the code with selection of COAs using the API - INV_GLOBALS.GET_LEDGER_INFO

126: RAISE FND_API.G_EXC_ERROR;
127: END;
128:
129: /* commented the selection of COA using LE - OU link which is obsoleted in R12
130: and replaced the code with selection of COAs using the API - INV_GLOBALS.GET_LEDGER_INFO
131: Bug No - 4336479
132: begin
133: SELECT to_number(LEI.org_information1)
134: INTO l_sob_id

Line 177: Inv_globals.get_ledger_info(

173: END;
174: */
175:
176: BEGIN
177: Inv_globals.get_ledger_info(
178: x_return_status => lreturn_status,
179: x_msg_data => lmsg_data ,
180: p_context_type => 'Operating Unit Information',
181: p_org_id => l_selling_org_id,

Line 1017: inv_globals.G_SOURCETYPE_PURCHASEORDER AND

1013: l_progress := 50;
1014: --Bug 5103108: Added this condition so that other transaction
1015: -- source types doesnt get into the default logic
1016: ELSIF (l_transaction_source_type_id =
1017: inv_globals.G_SOURCETYPE_PURCHASEORDER AND
1018: (l_transaction_action_id = G_ACTION_LOGICALRECEIPT OR
1019: l_transaction_action_id = G_ACTION_LOGICALDELADJ)) THEN
1020: -- it's a Logical PO receipt
1021: IF (l_debug = 1) THEN