DBA Data[Home] [Help]

APPS.PO_VALIDATIONS dependencies on PO_SYSTEM_PARAMETERS

Line 1653: l_expense_accrual_code PO_SYSTEM_PARAMETERS.expense_accrual_code%TYPE;

1649: l_create_or_update_item VARCHAR2(1);
1650: l_chart_of_account_id NUMBER;
1651: l_po_encumbrance_flag VARCHAR2(1);
1652: l_operating_unit NUMBER;
1653: l_expense_accrual_code PO_SYSTEM_PARAMETERS.expense_accrual_code%TYPE;
1654: l_inventory_org_id NUMBER;
1655: l_doc_type VARCHAR2(25);
1656: l_set_of_books_id NUMBER;
1657: l_func_currency_code GL_SETS_OF_BOOKS.currency_code%TYPE;

Line 1661: l_manual_po_num_type PO_SYSTEM_PARAMETERS.manual_po_num_type%TYPE;

1657: l_func_currency_code GL_SETS_OF_BOOKS.currency_code%TYPE;
1658: l_federal_instance VARCHAR2(1);
1659: l_allow_tax_code_override VARCHAR2(1);
1660: l_allow_tax_rate_override VARCHAR2(1);
1661: l_manual_po_num_type PO_SYSTEM_PARAMETERS.manual_po_num_type%TYPE;
1662: l_manual_quote_num_type PO_SYSTEM_PARAMETERS.manual_quote_num_type%TYPE;
1663:
1664: BEGIN
1665:

Line 1662: l_manual_quote_num_type PO_SYSTEM_PARAMETERS.manual_quote_num_type%TYPE;

1658: l_federal_instance VARCHAR2(1);
1659: l_allow_tax_code_override VARCHAR2(1);
1660: l_allow_tax_rate_override VARCHAR2(1);
1661: l_manual_po_num_type PO_SYSTEM_PARAMETERS.manual_po_num_type%TYPE;
1662: l_manual_quote_num_type PO_SYSTEM_PARAMETERS.manual_quote_num_type%TYPE;
1663:
1664: BEGIN
1665:
1666: IF PO_LOG.d_proc THEN