DBA Data[Home] [Help]

APPS.PO_VALIDATIONS dependencies on PO_SYSTEM_PARAMETERS

Line 1938: l_expense_accrual_code PO_SYSTEM_PARAMETERS.expense_accrual_code%TYPE;

1934: l_create_or_update_item VARCHAR2(1);
1935: l_chart_of_account_id NUMBER;
1936: l_po_encumbrance_flag VARCHAR2(1);
1937: l_operating_unit NUMBER;
1938: l_expense_accrual_code PO_SYSTEM_PARAMETERS.expense_accrual_code%TYPE;
1939: l_inventory_org_id NUMBER;
1940: l_doc_type VARCHAR2(25);
1941: l_set_of_books_id NUMBER;
1942: l_func_currency_code GL_SETS_OF_BOOKS.currency_code%TYPE;

Line 1946: l_manual_po_num_type PO_SYSTEM_PARAMETERS.manual_po_num_type%TYPE;

1942: l_func_currency_code GL_SETS_OF_BOOKS.currency_code%TYPE;
1943: l_federal_instance VARCHAR2(1);
1944: l_allow_tax_code_override VARCHAR2(1);
1945: l_allow_tax_rate_override VARCHAR2(1);
1946: l_manual_po_num_type PO_SYSTEM_PARAMETERS.manual_po_num_type%TYPE;
1947: l_manual_quote_num_type PO_SYSTEM_PARAMETERS.manual_quote_num_type%TYPE;
1948:
1949: BEGIN
1950:

Line 1947: l_manual_quote_num_type PO_SYSTEM_PARAMETERS.manual_quote_num_type%TYPE;

1943: l_federal_instance VARCHAR2(1);
1944: l_allow_tax_code_override VARCHAR2(1);
1945: l_allow_tax_rate_override VARCHAR2(1);
1946: l_manual_po_num_type PO_SYSTEM_PARAMETERS.manual_po_num_type%TYPE;
1947: l_manual_quote_num_type PO_SYSTEM_PARAMETERS.manual_quote_num_type%TYPE;
1948:
1949: BEGIN
1950:
1951: IF PO_LOG.d_proc THEN