DBA Data[Home] [Help]

APPS.OKC_REP_CLOSEOUT_PVT dependencies on OKC_BUS_DOC_TYPES_VL

Line 1310: from okc_bus_doc_types_vl

1306: --PO will always pass a value. So here we will null it out based on the profile.
1307: --Checking profile option value
1308: BEGIN
1309: select auto_num_enabled_yn INTO l_auto_num_doc
1310: from okc_bus_doc_types_vl
1311: where name = p_contract_rec.contract_type_txt;
1312:
1313: FND_PROFILE.GET(NAME => l_auto_number_option, VAL => l_auto_num_profile);
1314:

Line 2188: from okc_bus_doc_types_vl

2184: --PO will always pass a value. So here we will null it out based on the profile.
2185: --Checking profile option value
2186: BEGIN
2187: select auto_num_enabled_yn INTO l_auto_num_doc
2188: from okc_bus_doc_types_vl
2189: where name = p_contract_rec.contract_type_txt;
2190:
2191: FND_PROFILE.GET(NAME => l_auto_number_option, VAL => l_auto_num_profile);
2192: