DBA Data[Home] [Help]

APPS.BOMPVALR dependencies on BOMPVALB

Line 149: ret_code := BOMPVALB.bmvassyid_verify_assembly_id(

145: END;
146: end if;
147:
148: stmt_num := 3; /* Check if assembly item exists */
149: ret_code := BOMPVALB.bmvassyid_verify_assembly_id(
150: org_id => c1rec.OI,
151: assy_id => c1rec.AII,
152: err_text => err_text);
153: if (ret_code <> 0) then

Line 1950: ret_code := BOMPVALB.bmvassyid_verify_assembly_id(

1946: END;
1947:
1948: /* Check if assembly item exists */
1949: stmt_num := 3;
1950: ret_code := BOMPVALB.bmvassyid_verify_assembly_id(
1951: org_id => c0rec.OI,
1952: assy_id => c0rec.AII,
1953: err_text => err_text);
1954: if (ret_code <> 0) then