DBA Data[Home] [Help]

APPS.PER_RI_CONFIG_IMPORT_PKG dependencies on FND_FILE

Line 70: FND_FILE.PUT_LINE(FND_FILE.LOG,FND_MESSAGE.GET);

66: Exception
67: when import_cnf_exception then
68: FND_MESSAGE.SET_NAME('PER','PER_449451_RI_IMP_CFG_ERR');
69: FND_MESSAGE.SET_TOKEN('CONFIGNAME', p_configuration_name);
70: FND_FILE.PUT_LINE(FND_FILE.LOG,FND_MESSAGE.GET);
71:
72: FND_MESSAGE.SET_NAME('PER','PER_449452_RI_IMP_CFG_ERR');
73: FND_FILE.PUT_LINE(FND_FILE.LOG,FND_MESSAGE.GET);
74: FND_MESSAGE.raise_error;

Line 73: FND_FILE.PUT_LINE(FND_FILE.LOG,FND_MESSAGE.GET);

69: FND_MESSAGE.SET_TOKEN('CONFIGNAME', p_configuration_name);
70: FND_FILE.PUT_LINE(FND_FILE.LOG,FND_MESSAGE.GET);
71:
72: FND_MESSAGE.SET_NAME('PER','PER_449452_RI_IMP_CFG_ERR');
73: FND_FILE.PUT_LINE(FND_FILE.LOG,FND_MESSAGE.GET);
74: FND_MESSAGE.raise_error;
75: when ent_shtname_exception then
76: FND_MESSAGE.SET_NAME('PER','PER_449564_RI_IMP_ESN_WRN');
77: FND_MESSAGE.SET_TOKEN('ENTERPRISESHTNAME', p_enterprise_shortname);

Line 78: FND_FILE.PUT_LINE(FND_FILE.LOG,FND_MESSAGE.GET);

74: FND_MESSAGE.raise_error;
75: when ent_shtname_exception then
76: FND_MESSAGE.SET_NAME('PER','PER_449564_RI_IMP_ESN_WRN');
77: FND_MESSAGE.SET_TOKEN('ENTERPRISESHTNAME', p_enterprise_shortname);
78: FND_FILE.PUT_LINE(FND_FILE.LOG,FND_MESSAGE.GET);
79: FND_MESSAGE.raise_error;
80: when ldt_file_incomp_exception then
81: FND_MESSAGE.SET_NAME('PER','PER_449570_RI_IMP_OLD_LDT_ERR');
82: FND_FILE.PUT_LINE(FND_FILE.LOG,FND_MESSAGE.GET);

Line 82: FND_FILE.PUT_LINE(FND_FILE.LOG,FND_MESSAGE.GET);

78: FND_FILE.PUT_LINE(FND_FILE.LOG,FND_MESSAGE.GET);
79: FND_MESSAGE.raise_error;
80: when ldt_file_incomp_exception then
81: FND_MESSAGE.SET_NAME('PER','PER_449570_RI_IMP_OLD_LDT_ERR');
82: FND_FILE.PUT_LINE(FND_FILE.LOG,FND_MESSAGE.GET);
83: FND_MESSAGE.raise_error;
84:
85:
86: End load_configuration;