DBA Data[Home] [Help]

APPS.CTO_OSS_SOURCE_PK dependencies on CTO_UTILITY_PK

Line 542: l_program_id = CTO_UTILITY_PK.PC_BOM_PROGRAM_ID Then

538: -- If the top most model is matched for pre configuration case
539: -- we need to validate the pre config org is part of the manufacturing
540: -- or procuring org. This validation is added here
541: If l_option_specific is not null and
542: l_program_id = CTO_UTILITY_PK.PC_BOM_PROGRAM_ID Then
543: Begin
544: Select 'x'
545: into l_valid_preconfig_org
546: from bom_cto_order_lines_gt bcol,

Line 833: If l_program_id = CTO_UTILITY_PK.PC_BOM_PROGRAM_ID Then

829: -- This validation should be performed only for pre configuration cases. This should
830: -- not be performed for Upgrade and ACC.
831:
832:
833: If l_program_id = CTO_UTILITY_PK.PC_BOM_PROGRAM_ID Then
834: Begin
835: Select 'Y'
836: into l_valid_preconfig_org
837: from

Line 872: End if; /* l_program_id = CTO_UTILITY_PK.PC_BOM_PROGRAM_ID */

868: end if;
869: CTO_MSG_PUB.cto_message('BOM','CTO_OSS_INVALID_PC_ORG');
870: raise FND_API.G_EXC_ERROR;
871: End;
872: End if; /* l_program_id = CTO_UTILITY_PK.PC_BOM_PROGRAM_ID */
873:
874: -- End of change for bug 3896824 on 11/30/04
875:
876: End if; /* x_oss_exists = 'Y' */