DBA Data[Home] [Help]

APPS.CE_BNK_STMT_IMP_RPT_PKG dependencies on FND_MESSAGE

Line 70: gc_status_current := fnd_message.get_string('CE','CE_BNK_STMT_IMP_CUR');

66: INTO gc_bank_branch_name
67: FROM ce_bank_branches_v cbbv
68: WHERE cbbv.branch_party_id = P_BANK_BRANCH_ID;
69:
70: gc_status_current := fnd_message.get_string('CE','CE_BNK_STMT_IMP_CUR');
71: gc_status_latest := fnd_message.get_string('CE','CE_BNK_STMT_IMP_LAT');
72:
73: IF (P_BANK_ACCOUNT_ID IS NOT NULL AND P_STATEMENT_NUM IS NOT NULL) THEN
74: /* Specific values have been chosen for all parameters */

Line 71: gc_status_latest := fnd_message.get_string('CE','CE_BNK_STMT_IMP_LAT');

67: FROM ce_bank_branches_v cbbv
68: WHERE cbbv.branch_party_id = P_BANK_BRANCH_ID;
69:
70: gc_status_current := fnd_message.get_string('CE','CE_BNK_STMT_IMP_CUR');
71: gc_status_latest := fnd_message.get_string('CE','CE_BNK_STMT_IMP_LAT');
72:
73: IF (P_BANK_ACCOUNT_ID IS NOT NULL AND P_STATEMENT_NUM IS NOT NULL) THEN
74: /* Specific values have been chosen for all parameters */
75: