DBA Data[Home] [Help]

APPS.GL_LEDGERS_PKG dependencies on GL_LEDGER_NORM_SEG_VALS_PKG

Line 3497: GL_LEDGER_NORM_SEG_VALS_PKG.Insert_Row(

3493: EXIT WHEN get_ledger_id%NOTFOUND;
3494: OPEN get_record_id(l_ledger_id);
3495: FETCH get_record_id INTO l_rowid;
3496: IF(get_record_id%NOTFOUND AND x_operation = 'I') THEN
3497: GL_LEDGER_NORM_SEG_VALS_PKG.Insert_Row(
3498: X_Rowid => l_rowid,
3499: X_Ledger_Id => l_ledger_id,
3500: X_Segment_Type_Code => 'B',
3501: X_Segment_Value => x_bsv_value,

Line 3503: X_Record_Id => GL_LEDGER_NORM_SEG_VALS_PKG.Get_Record_Id,

3499: X_Ledger_Id => l_ledger_id,
3500: X_Segment_Type_Code => 'B',
3501: X_Segment_Value => x_bsv_value,
3502: X_Segment_Value_Type_Code => 'S',
3503: X_Record_Id => GL_LEDGER_NORM_SEG_VALS_PKG.Get_Record_Id,
3504: X_Last_Update_Date => sysdate,
3505: X_Last_Updated_By => fnd_global.user_id,
3506: X_Creation_Date => sysdate,
3507: X_Created_By => fnd_global.user_id,

Line 3617: GL_LEDGER_NORM_SEG_VALS_PKG.Delete_Row(

3613: and bal_seg_value_option_code = 'I';
3614: END IF;
3615: CLOSE get_le_BSV;
3616: ELSE
3617: GL_LEDGER_NORM_SEG_VALS_PKG.Delete_Row(
3618: X_Rowid => l_rowid);
3619: END IF;
3620: ELSIF(x_operation = 'U')THEN
3621: IF(l_completion_status <> 'CONFIRMED') THEN