DBA Data[Home] [Help]

APPS.WIP_FLOWRESCHARGE dependencies on BOM_RTG_NETWORK_API

Line 99: l_chargeTbl bom_rtg_network_api.op_tbl_type;

95: and nvl(disable_date, p_effDate+1) > p_effDate
96: and implementation_date is not null
97: and line_op_seq_id is null;
98:
99: l_chargeTbl bom_rtg_network_api.op_tbl_type;
100: l_lineOpTbl bom_rtg_network_api.op_tbl_type;
101: l_count number := 1;
102: l_index number := 1;
103:

Line 100: l_lineOpTbl bom_rtg_network_api.op_tbl_type;

96: and implementation_date is not null
97: and line_op_seq_id is null;
98:
99: l_chargeTbl bom_rtg_network_api.op_tbl_type;
100: l_lineOpTbl bom_rtg_network_api.op_tbl_type;
101: l_count number := 1;
102: l_index number := 1;
103:
104: l_commonRoutSeqID number;