DBA Data[Home] [Help]

APPS.INVPPRCI dependencies on PJM_PROJECT_PARAMETERS

Line 910: from pjm_project_parameters ppp

906: l_cost_group_id := 1;
907: else
908: select nvl(costing_group_id,1)
909: into l_cost_group_id
910: from pjm_project_parameters ppp
911: where ppp.project_id = nxtconfig.project_id
912: and ppp.organization_id = nxtconfig.organization_id;
913: end if;
914: