DBA Data[Home] [Help]

APPS.GL_JE_HEADERS_PKG dependencies on GL_JE_LINES_PKG

Line 433: gl_je_lines_pkg.update_lines(

429: IF ( (cconversion_type = 'User')
430: AND (NOT bad_journal)) THEN
431:
432: -- Update the period and effective date for the lines
433: gl_je_lines_pkg.update_lines(
434: cheader_id,
435: period_name,
436: effective_date,
437: -1,

Line 501: gl_je_lines_pkg.update_lines(

497: -- Update the period, effective date, and conversion rate for the lines
498: IF (ccurrency_code = 'STAT') THEN
499: -- For functional or STAT currency, ignore and clear the
500: -- ignore rate flag
501: gl_je_lines_pkg.update_lines(
502: cheader_id,
503: period_name,
504: effective_date,
505: 1,

Line 517: gl_je_lines_pkg.update_lines(

513: -- Update the period, effective date, and conversion rate for the lines
514: ELSIF (ccurrency_code = cfunct_curr) THEN
515: -- For functional or STAT currency, ignore and clear the
516: -- ignore rate flag
517: gl_je_lines_pkg.update_lines(
518: cheader_id,
519: period_name,
520: effective_date,
521: 1,

Line 542: gl_je_lines_pkg.update_lines(

538: x_denominator => denom_rate,
539: x_numerator => numer_rate,
540: x_rate => tmp_rate);
541:
542: gl_je_lines_pkg.update_lines(
543: cheader_id,
544: period_name,
545: effective_date,
546: denom_rate,

Line 557: gl_je_lines_pkg.update_lines(

553: login_id);
554: ELSE
555: -- For other currencies, do not update the amounts of lines
556: -- with the conversion rate flag set.
557: gl_je_lines_pkg.update_lines(
558: cheader_id,
559: period_name,
560: effective_date,
561: 1,

Line 2019: gl_je_lines_pkg.update_lines(

2015: END IF;
2016:
2017: -- Update the lines effective date, if necessary
2018: IF (X_Effective_Date_Changed = 'Y') THEN
2019: gl_je_lines_pkg.update_lines(
2020: X_Je_Header_Id,
2021: X_Period_Name,
2022: X_Default_Effective_Date,
2023: -1,

Line 2188: gl_je_lines_pkg.delete_lines(X_Je_Header_Id);

2184: l_je_header_id NUMBER;
2185: dummy NUMBER;
2186: BEGIN
2187: -- Delete any lines
2188: gl_je_lines_pkg.delete_lines(X_Je_Header_Id);
2189:
2190: -- Delete the associated segment values
2191: dummy := gl_je_segment_values_pkg.delete_segment_values(X_Je_Header_Id);
2192:

Line 2202: gl_je_lines_pkg.delete_lines(l_je_header_id);

2198: LOOP
2199: FETCH get_child INTO l_je_header_id;
2200: EXIT WHEN get_child%NOTFOUND;
2201:
2202: gl_je_lines_pkg.delete_lines(l_je_header_id);
2203: dummy := gl_je_segment_values_pkg.delete_segment_values(l_je_header_id);
2204:
2205: -- Delete all of the reconciliation lines
2206: DELETE gl_je_lines_recon