DBA Data[Home] [Help]

APPS.WSM_LBJ_INTERFACE_PVT dependencies on WSM_JOB_SECONDARY_QUANTITIES

Line 29: type tbl_wjsq_uom_code is table of wsm_job_secondary_quantities.uom_code%type index by binary_integer;

25:
26: --
27: -- R12Dev: for secondary quantity
28: --
29: type tbl_wjsq_uom_code is table of wsm_job_secondary_quantities.uom_code%type index by binary_integer;
30: type tbl_wjsq_start_quantity is table of wsm_job_secondary_quantities.start_quantity%type index by binary_integer;
31:
32: procedure process_lbji_rows (
33: retcode out nocopy number,

Line 30: type tbl_wjsq_start_quantity is table of wsm_job_secondary_quantities.start_quantity%type index by binary_integer;

26: --
27: -- R12Dev: for secondary quantity
28: --
29: type tbl_wjsq_uom_code is table of wsm_job_secondary_quantities.uom_code%type index by binary_integer;
30: type tbl_wjsq_start_quantity is table of wsm_job_secondary_quantities.start_quantity%type index by binary_integer;
31:
32: procedure process_lbji_rows (
33: retcode out nocopy number,
34: errbuf out nocopy varchar2,