DBA Data[Home] [Help]

APPS.GL_LEDGERS_PKG dependencies on GL_LEDGER_NORM_SEG_VALS_PKG

Line 3554: GL_LEDGER_NORM_SEG_VALS_PKG.Insert_Row(

3550: EXIT WHEN get_ledger_id%NOTFOUND;
3551: OPEN get_record_id(l_ledger_id);
3552: FETCH get_record_id INTO l_rowid;
3553: IF(get_record_id%NOTFOUND AND x_operation = 'I') THEN
3554: GL_LEDGER_NORM_SEG_VALS_PKG.Insert_Row(
3555: X_Rowid => l_rowid,
3556: X_Ledger_Id => l_ledger_id,
3557: X_Segment_Type_Code => 'B',
3558: X_Segment_Value => x_bsv_value,

Line 3560: X_Record_Id => GL_LEDGER_NORM_SEG_VALS_PKG.Get_Record_Id,

3556: X_Ledger_Id => l_ledger_id,
3557: X_Segment_Type_Code => 'B',
3558: X_Segment_Value => x_bsv_value,
3559: X_Segment_Value_Type_Code => 'S',
3560: X_Record_Id => GL_LEDGER_NORM_SEG_VALS_PKG.Get_Record_Id,
3561: X_Last_Update_Date => sysdate,
3562: X_Last_Updated_By => fnd_global.user_id,
3563: X_Creation_Date => sysdate,
3564: X_Created_By => fnd_global.user_id,

Line 3674: GL_LEDGER_NORM_SEG_VALS_PKG.Delete_Row(

3670: and bal_seg_value_option_code = 'I';
3671: END IF;
3672: CLOSE get_le_BSV;
3673: ELSE
3674: GL_LEDGER_NORM_SEG_VALS_PKG.Delete_Row(
3675: X_Rowid => l_rowid);
3676: END IF;
3677: ELSIF(x_operation = 'U')THEN
3678: IF(l_completion_status <> 'CONFIRMED') THEN