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 897: from CST_LE_COST_TYPES

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

Line 2690: from CST_LE_COST_TYPES

2686:
2687: l_stmt_num := 86;
2688:
2689: Select NVL(restrict_doc_flag,2) into l_res_flag
2690: from CST_LE_COST_TYPES
2691: where legal_entity = l_legal_entity
2692: and cost_type_id = i_cost_type_id;
2693:
2694: l_stmt_num := 91;