DBA Data[Home] [Help]

APPS.PA_FUNDS_CONTROL_PKG1 dependencies on PA_PROJECT_TYPES_ALL

Line 593: ,pa_project_types_all pt

589: ,decode(pkt.parent_bc_packet_id,NULL,'RAW','BURDEN')
590: ,'RAW') line_type
591: from pa_bc_packets pkt
592: ,pa_projects_all pp
593: ,pa_project_types_all pt
594: where pkt.packet_id = p_packet_id
595: and pkt.document_line_id is NOT NULL -- with R12 this check is not sufficient to find if the PO is an CWK PO
596: and pa_funds_control_utils2.is_CWK_PO(pkt.document_header_id,pkt.document_line_id
597: ,pkt.document_distribution_id,pkt.org_id) = 'Y' -- R12 Funds management uptake