DBA Data[Home] [Help]

APPS.GL_JE_HEADERS_PKG dependencies on GL_JE_LINES_PKG

Line 435: gl_je_lines_pkg.update_lines(

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

Line 503: gl_je_lines_pkg.update_lines(

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

Line 519: gl_je_lines_pkg.update_lines(

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

Line 544: gl_je_lines_pkg.update_lines(

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

Line 559: gl_je_lines_pkg.update_lines(

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

Line 2109: gl_je_lines_pkg.update_lines(

2105: END IF;
2106:
2107: -- Update the lines effective date, if necessary
2108: IF (X_Effective_Date_Changed = 'Y') THEN
2109: gl_je_lines_pkg.update_lines(
2110: X_Je_Header_Id,
2111: X_Period_Name,
2112: X_Default_Effective_Date,
2113: -1,

Line 2320: gl_je_lines_pkg.delete_lines(X_Je_Header_Id);

2316: N_Last_Updated_By NUMBER;
2317: N_Last_Update_Login NUMBER;
2318: BEGIN
2319: -- Delete any lines
2320: gl_je_lines_pkg.delete_lines(X_Je_Header_Id);
2321:
2322: -- Delete the associated segment values
2323: dummy := gl_je_segment_values_pkg.delete_segment_values(X_Je_Header_Id);
2324:

Line 2335: gl_je_lines_pkg.delete_lines(l_je_header_id);

2331: FETCH get_child INTO l_je_header_id,l_je_batch_id,l_ledger_category_code,l_rowid,l_ledger_id;
2332: EXIT WHEN get_child%NOTFOUND;
2333:
2334: IF (l_ledger_category_code = 'ALC') THEN
2335: gl_je_lines_pkg.delete_lines(l_je_header_id);
2336: dummy := gl_je_segment_values_pkg.delete_segment_values(l_je_header_id);
2337:
2338: -- Delete all of the reconciliation lines
2339: DELETE gl_je_lines_recon