DBA Data[Home] [Help]

APPS.JL_CO_GL_MG_MEDIA_PKG dependencies on JL_CO_GL_MG_LINES_S

Line 19: x_second_value jl_co_gl_mg_lines.second_reported_value%TYPE;

15:
16: x_reported_flag jl_co_gl_mg_lines.reported_flag%TYPE;
17:
18: x_first_value jl_co_gl_mg_lines.first_reported_value%TYPE;
19: x_second_value jl_co_gl_mg_lines.second_reported_value%TYPE;
20: x_third_value jl_co_gl_mg_lines.third_reported_value%TYPE;
21: x_fourth_value jl_co_gl_mg_lines.fourth_reported_value%TYPE;
22: x_fifth_value jl_co_gl_mg_lines.fifth_reported_value%TYPE;
23: x_sixth_value jl_co_gl_mg_lines.sixth_reported_value%TYPE;

Line 23: x_sixth_value jl_co_gl_mg_lines.sixth_reported_value%TYPE;

19: x_second_value jl_co_gl_mg_lines.second_reported_value%TYPE;
20: x_third_value jl_co_gl_mg_lines.third_reported_value%TYPE;
21: x_fourth_value jl_co_gl_mg_lines.fourth_reported_value%TYPE;
22: x_fifth_value jl_co_gl_mg_lines.fifth_reported_value%TYPE;
23: x_sixth_value jl_co_gl_mg_lines.sixth_reported_value%TYPE;
24: x_seventh_value jl_co_gl_mg_lines.seventh_reported_value%TYPE;
25: x_eighth_value jl_co_gl_mg_lines.eighth_reported_value%TYPE;
26: x_ninth_value jl_co_gl_mg_lines.ninth_reported_value%TYPE;
27:

Line 24: x_seventh_value jl_co_gl_mg_lines.seventh_reported_value%TYPE;

20: x_third_value jl_co_gl_mg_lines.third_reported_value%TYPE;
21: x_fourth_value jl_co_gl_mg_lines.fourth_reported_value%TYPE;
22: x_fifth_value jl_co_gl_mg_lines.fifth_reported_value%TYPE;
23: x_sixth_value jl_co_gl_mg_lines.sixth_reported_value%TYPE;
24: x_seventh_value jl_co_gl_mg_lines.seventh_reported_value%TYPE;
25: x_eighth_value jl_co_gl_mg_lines.eighth_reported_value%TYPE;
26: x_ninth_value jl_co_gl_mg_lines.ninth_reported_value%TYPE;
27:
28: x_mg_header_id jl_co_gl_mg_headers.mg_header_id%TYPE;

Line 47: send_back_flag jl_co_gl_mg_lines.send_back_flag%TYPE,

43: nit_id jl_co_gl_nits.nit_id%TYPE,
44: config_id jl_co_gl_mg_configs.config_id%TYPE,
45: literal_literal_id jl_co_gl_mg_configs.literal_literal_id%TYPE,
46: range_id jl_co_gl_mg_ranges.range_id%TYPE,
47: send_back_flag jl_co_gl_mg_lines.send_back_flag%TYPE,
48: origin jl_co_gl_mg_lines.origin%TYPE,
49: amount jl_co_gl_mg_lines.first_reported_value%TYPE
50: );
51:

Line 892: SELECT jl_co_gl_mg_lines_s.NEXTVAL

888:
889: get_move_rec.nit_id := trx_rec.nit_id;
890: get_move_rec.amount := trx_rec.amount;
891:
892: SELECT jl_co_gl_mg_lines_s.NEXTVAL
893: INTO get_move_rec.mg_line_id
894: FROM SYS.DUAL;
895:
896: get_movement_insert (get_move_rec);

Line 916: SELECT jl_co_gl_mg_lines_s.NEXTVAL

912:
913: get_move_rec.nit_id := bal_rec.nit_id;
914: get_move_rec.amount := bal_rec.amount;
915:
916: SELECT jl_co_gl_mg_lines_s.NEXTVAL
917: INTO get_move_rec.mg_line_id
918: FROM SYS.DUAL;
919:
920: get_movement_insert (get_move_rec);