DBA Data[Home] [Help]

APPS.PON_PRINTING_PKG dependencies on PO_DOC_STYLE_VALUES

Line 2480: NVL((SELECT pdsv.enabled_flag FROM po_doc_style_values pdsv WHERE pdsv.style_id = pah.po_style_id AND pdsv.style_attribute_name = 'PAY_ITEM_TYPES' AND pdsv.style_allowed_value = 'RATE'), 'N') rate_payments_allowed_flag,

2476: postyl.advances_flag,
2477: postyl.retainage_flag,
2478: postyl.progress_payment_flag,
2479: postyl.contract_financing_flag,
2480: NVL((SELECT pdsv.enabled_flag FROM po_doc_style_values pdsv WHERE pdsv.style_id = pah.po_style_id AND pdsv.style_attribute_name = 'PAY_ITEM_TYPES' AND pdsv.style_allowed_value = 'RATE'), 'N') rate_payments_allowed_flag,
2481: pon_auction_pkg.GetPAOUInstalled(pah.org_id) projects_installed_flag,
2482: pon_auction_pkg.GetGMSOUInstalled(pah.org_id) grants_installed_flag,
2483: pah.large_neg_enabled_flag,
2484: pah.team_scoring_enabled_flag,