DBA Data[Home] [Help]

APPS.OKL_BILLING_CONTROLLER_PVT dependencies on FND_MESSAGE

Line 1271: errbuf := fnd_message.get;

1267: argument4 => p_cust_acct_id,
1268: argument5 => NULL
1269: );
1270: if (request_id = 0) then
1271: errbuf := fnd_message.get;
1272: retcode := 2;
1273: end if;
1274: return;
1275: end if;

Line 1611: errbuf := fnd_message.get;

1607: write_to_log('Launching Process '||l_seq_next||'-'||j ||' with Request ID '||request_id);
1608:
1609: if (request_id = 0) then
1610: -- If request submission failed, exit with error
1611: errbuf := fnd_message.get;
1612: retcode := 2;
1613: else
1614: -- Set the globals to put the master into PAUSED mode
1615: fnd_conc_global.set_req_globals(conc_status => 'PAUSED',

Line 1650: errbuf := Fnd_Message.get;

1646: );
1647:
1648: IF (request_id = 0) THEN
1649: -- If request submission failed, exit with error
1650: errbuf := Fnd_Message.get;
1651: retcode := 2;
1652: ELSE
1653: -- Set the globals to put the master into PAUSED mode
1654: Fnd_Conc_Global.set_req_globals(conc_status => 'PAUSED',

Line 1689: errbuf := fnd_message.get;

1685: write_to_log('Launching Process '||l_seq_next||'-'||j ||' with Request ID '||request_id);
1686:
1687: if (request_id = 0) then
1688: -- If request submission failed, exit with error
1689: errbuf := fnd_message.get;
1690: retcode := 2;
1691: else
1692: -- Set the globals to put the master into PAUSED mode
1693: fnd_conc_global.set_req_globals(conc_status => 'PAUSED',

Line 1730: errbuf := fnd_message.get;

1726: write_to_log('Launching Process '||l_seq_next||'-'||j ||' with Request ID '||request_id);
1727:
1728: if (request_id = 0) then
1729: -- If request submission failed, exit with error
1730: errbuf := fnd_message.get;
1731: retcode := 2;
1732: else
1733: -- Set the globals to put the master into PAUSED mode
1734: fnd_conc_global.set_req_globals(conc_status => 'PAUSED',

Line 2174: --Seed FND_MESSAGE like 'Could NOT CREATE Header RECORD'

2170: x_cnr_id := g_cnr_tbl(g_header_counter).id;
2171: x_cons_inv_num := g_cnr_tbl(g_header_counter).CONSOLIDATED_INVOICE_NUMBER;
2172: */
2173: EXCEPTION
2174: --Seed FND_MESSAGE like 'Could NOT CREATE Header RECORD'
2175: WHEN OTHERS THEN
2176: PRINT_TO_LOG('*=> Error Message(H1): '||SQLERRM);
2177: Okl_Api.SET_MESSAGE( p_app_name => G_APP_NAME,
2178: p_msg_name => G_OTHERS);

Line 2427: --Seed FND_MESSAGE like 'Could NOT CREATE Line RECORD'

2423:
2424: x_lln_id := g_lln_tbl(g_line_counter).id;
2425: */
2426: EXCEPTION
2427: --Seed FND_MESSAGE like 'Could NOT CREATE Line RECORD'
2428: WHEN OTHERS THEN
2429: PRINT_TO_LOG('*=> Error Message(L1): '||SQLERRM);
2430: Okl_Api.SET_MESSAGE( p_app_name => G_APP_NAME,
2431: p_msg_name => G_OTHERS);

Line 3081: --Seed FND_MESSAGE like 'Could NOT CREATE Stream RECORD'

3077:
3078: x_lsm_id := g_lsm_tbl(g_stream_counter).id;
3079: */
3080: EXCEPTION
3081: --Seed FND_MESSAGE like 'Could NOT CREATE Stream RECORD'
3082: WHEN OTHERS THEN
3083: PRINT_TO_LOG('*=> Error Message(D1): '||SQLERRM);
3084: Okl_Api.SET_MESSAGE( p_app_name => G_APP_NAME,
3085: p_msg_name => G_OTHERS);