DBA Data[Home] [Help]

APPS.PJM_TRANSFER_SPEC_CHARGES_PKG dependencies on PJM_PROJECT_PARAMETERS

Line 687: from pjm_project_parameters ppp

683: pop.misc_expenditure_type),
684: nvl(ppp.misc_expenditure_type,
685: pop.misc_expenditure_type))
686: into l_expenditure_type
687: from pjm_project_parameters ppp
688: , pjm_org_parameters pop
689: where pop.organization_id = InvRec.Expenditure_Organization_Id
690: and ppp.organization_id (+) = pop.organization_id
691: and ppp.project_id (+) = InvRec.Project_Id;

Line 979: from pjm_project_parameters ppp

975: pop.misc_expenditure_type),
976: nvl(ppp.misc_expenditure_type,
977: pop.misc_expenditure_type))
978: into l_expenditure_type
979: from pjm_project_parameters ppp
980: , pjm_org_parameters pop
981: where pop.organization_id = InvRec.Expenditure_Organization_Id
982: and ppp.organization_id (+) = pop.organization_id
983: and ppp.project_id (+) = InvRec.Project_Id;