DBA Data[Home] [Help]

APPS.PO_SHARED_PROC_PVT dependencies on INV_TRANSACTION_FLOW_PUB

Line 68: l_qual_code_tbl INV_TRANSACTION_FLOW_PUB.number_tbl;

64: IS
65:
66: l_end_ou_id MTL_TRANSACTION_FLOW_HEADERS.end_org_id%TYPE := p_end_ou_id;
67:
68: l_qual_code_tbl INV_TRANSACTION_FLOW_PUB.number_tbl;
69: l_qual_val_tbl INV_TRANSACTION_FLOW_PUB.number_tbl;
70:
71: l_new_accounting_flag MTL_TRANSACTION_FLOW_HEADERS.new_accounting_flag%TYPE;
72: l_txn_flow_exists VARCHAR2(1);

Line 69: l_qual_val_tbl INV_TRANSACTION_FLOW_PUB.number_tbl;

65:
66: l_end_ou_id MTL_TRANSACTION_FLOW_HEADERS.end_org_id%TYPE := p_end_ou_id;
67:
68: l_qual_code_tbl INV_TRANSACTION_FLOW_PUB.number_tbl;
69: l_qual_val_tbl INV_TRANSACTION_FLOW_PUB.number_tbl;
70:
71: l_new_accounting_flag MTL_TRANSACTION_FLOW_HEADERS.new_accounting_flag%TYPE;
72: l_txn_flow_exists VARCHAR2(1);
73:

Line 149: INV_TRANSACTION_FLOW_PUB.check_transaction_flow

145:
146: l_progress := '040';
147:
148: -- Try to get a valid transaction flow
149: INV_TRANSACTION_FLOW_PUB.check_transaction_flow
150: (p_api_version => 1.0,
151: x_return_status => x_return_status,
152: x_msg_count => l_msg_count,
153: x_msg_data => l_msg_data,

Line 156: p_flow_type => INV_TRANSACTION_FLOW_PUB.g_procuring_flow_type,

152: x_msg_count => l_msg_count,
153: x_msg_data => l_msg_data,
154: p_start_operating_unit => p_start_ou_id,
155: p_end_operating_unit => l_end_ou_id,
156: p_flow_type => INV_TRANSACTION_FLOW_PUB.g_procuring_flow_type,
157: p_organization_id => p_ship_to_org_id,
158: p_qualifier_code_tbl => l_qual_code_tbl,
159: p_qualifier_value_tbl => l_qual_val_tbl,
160: p_transaction_date => p_transaction_date,

Line 177: (l_txn_flow_exists <> INV_TRANSACTION_FLOW_PUB.g_transaction_flow_found)

173: l_progress := '070';
174:
175: -- Null out the header ID if the txn flow does not exist
176: IF (l_txn_flow_exists IS NULL) OR
177: (l_txn_flow_exists <> INV_TRANSACTION_FLOW_PUB.g_transaction_flow_found)
178: THEN
179: x_transaction_flow_header_id := NULL;
180: END IF;
181:

Line 1529: -- Returns the global variable INV_TRANSACTION_FLOW_PUB.g_qualifier_code

1525: -- None.
1526: --Locks:
1527: -- None.
1528: --Function:
1529: -- Returns the global variable INV_TRANSACTION_FLOW_PUB.g_qualifier_code
1530: --Returns:
1531: -- INV_TRANSACTION_FLOW_PUB.g_qualifier_code.
1532: --End of Comments
1533: --------------------------------------------------------------------------------

Line 1531: -- INV_TRANSACTION_FLOW_PUB.g_qualifier_code.

1527: -- None.
1528: --Function:
1529: -- Returns the global variable INV_TRANSACTION_FLOW_PUB.g_qualifier_code
1530: --Returns:
1531: -- INV_TRANSACTION_FLOW_PUB.g_qualifier_code.
1532: --End of Comments
1533: --------------------------------------------------------------------------------
1534: FUNCTION get_inv_qualifier_code RETURN NUMBER
1535: IS

Line 1537: RETURN INV_TRANSACTION_FLOW_PUB.g_qualifier_code;

1533: --------------------------------------------------------------------------------
1534: FUNCTION get_inv_qualifier_code RETURN NUMBER
1535: IS
1536: BEGIN
1537: RETURN INV_TRANSACTION_FLOW_PUB.g_qualifier_code;
1538: END get_inv_qualifier_code;
1539:
1540: --------------------------------------------------------------------------------
1541: --Start of Comments

Line 1550: -- Returns the global variable INV_TRANSACTION_FLOW_PUB.g_qualifier_code

1546: -- None.
1547: --Locks:
1548: -- None.
1549: --Function:
1550: -- Returns the global variable INV_TRANSACTION_FLOW_PUB.g_qualifier_code
1551: --Parameters:
1552: --IN
1553: --p_item_id Item to check
1554: --p_org_id The org where Item is to be verified