DBA Data[Home] [Help]

APPS.FLM_SEQ_READER_WRITER dependencies on FLM_SUPPLY_DEMAND

Line 1304: l_ignore_line_id_tbl flm_supply_demand.number_tbl_type;

1300: l_status VARCHAR2(2);
1301: l_msg_count NUMBER;
1302: l_msg_data VARCHAR2(240);
1303: l_index NUMBER:=1;
1304: l_ignore_line_id_tbl flm_supply_demand.number_tbl_type;
1305:
1306: -- Modified for Lot Based Material Support.
1307: -- We read the list of component in this procedure and pass
1308: -- the list of component to flm_supply_demand.read_comp_avail.

Line 1308: -- the list of component to flm_supply_demand.read_comp_avail.

1304: l_ignore_line_id_tbl flm_supply_demand.number_tbl_type;
1305:
1306: -- Modified for Lot Based Material Support.
1307: -- We read the list of component in this procedure and pass
1308: -- the list of component to flm_supply_demand.read_comp_avail.
1309: -- Cursor for getting component_id for CONSTRAINT_TYPE = 7
1310: -- (Component Availability constraint)
1311: CURSOR item_list IS
1312: SELECT distinct(ATTRIBUTE_VALUE1_NUM) inventory_item_id

Line 1339: flm_supply_demand.read_comp_avail(

1335: l_ignore_line_id_tbl(l_index) := line_id_list_rec.line_id;
1336: l_index := l_index+1;
1337: END LOOP;
1338:
1339: flm_supply_demand.read_comp_avail(
1340: g_components,
1341: p_organization_id,
1342: p_from_date,
1343: p_to_date,