DBA Data[Home] [Help]

APPS.CSTPPACQ dependencies on CST_LE_COST_TYPES

Line 475: from cst_le_cost_types

471: select NVL(restrict_doc_flag, 2),
472: set_of_books_id
473: into l_res_invoices,
474: l_sob_id
475: from cst_le_cost_types
476: where legal_entity = l_legal_entity
477: and cost_type_id = i_cost_type_id;
478:
479: If i_source_flag = 2 then

Line 900: from CST_LE_COST_TYPES

896:
897: l_stmt_num := 85;
898:
899: Select NVL(restrict_doc_flag,2) into l_res_flag
900: from CST_LE_COST_TYPES
901: where legal_entity = l_legal_entity
902: and cost_type_id = i_cost_type_id;
903:
904: l_stmt_num := 90;

Line 2738: from CST_LE_COST_TYPES

2734:
2735: l_stmt_num := 86;
2736:
2737: Select NVL(restrict_doc_flag,2) into l_res_flag
2738: from CST_LE_COST_TYPES
2739: where legal_entity = l_legal_entity
2740: and cost_type_id = i_cost_type_id;
2741:
2742: l_stmt_num := 91;