DBA Data[Home] [Help]

APPS.OKS_EXTWARPRGM_PVT dependencies on FND_FILE

Line 2708: fnd_file.put_line

2704: IF (g_fnd_log_option = 'Y')
2705: THEN
2706: fnd_message.set_encoded (l_msg_data);
2707: l_msg_data := fnd_message.get;
2708: fnd_file.put_line
2709: (fnd_file.LOG,
2710: '(okc_contract_pub).create_contract_header '
2711: || l_msg_data
2712: );

Line 2709: (fnd_file.LOG,

2705: THEN
2706: fnd_message.set_encoded (l_msg_data);
2707: l_msg_data := fnd_message.get;
2708: fnd_file.put_line
2709: (fnd_file.LOG,
2710: '(okc_contract_pub).create_contract_header '
2711: || l_msg_data
2712: );
2713: END IF;

Line 2759: fnd_file.put_line

2755:
2756: IF (g_fnd_log_option = 'Y') THEN
2757: fnd_message.set_encoded (l_msg_data);
2758: l_msg_data := fnd_message.get;
2759: fnd_file.put_line
2760: (fnd_file.LOG,
2761: 'get_cc_trxn for header'
2762: || l_msg_data
2763: );

Line 2760: (fnd_file.LOG,

2756: IF (g_fnd_log_option = 'Y') THEN
2757: fnd_message.set_encoded (l_msg_data);
2758: l_msg_data := fnd_message.get;
2759: fnd_file.put_line
2760: (fnd_file.LOG,
2761: 'get_cc_trxn for header'
2762: || l_msg_data
2763: );
2764: END IF;

Line 2991: fnd_file.put_line

2987: IF (g_fnd_log_option = 'Y')
2988: THEN
2989: fnd_message.set_encoded (l_msg_data);
2990: l_msg_data := fnd_message.get;
2991: fnd_file.put_line
2992: (fnd_file.LOG,
2993: '(oks_contract_hdr_pub).create_header '
2994: || l_msg_data
2995: );

Line 2992: (fnd_file.LOG,

2988: THEN
2989: fnd_message.set_encoded (l_msg_data);
2990: l_msg_data := fnd_message.get;
2991: fnd_file.put_line
2992: (fnd_file.LOG,
2993: '(oks_contract_hdr_pub).create_header '
2994: || l_msg_data
2995: );
2996: END IF;

Line 4279: fnd_file.put_line

4275: IF (g_fnd_log_option = 'Y')
4276: THEN
4277: fnd_message.set_encoded (l_msg_data);
4278: l_msg_data := fnd_message.get;
4279: fnd_file.put_line
4280: (fnd_file.LOG,
4281: '(okc_contract_pub).create_contract_line '
4282: || l_msg_data
4283: );

Line 4280: (fnd_file.LOG,

4276: THEN
4277: fnd_message.set_encoded (l_msg_data);
4278: l_msg_data := fnd_message.get;
4279: fnd_file.put_line
4280: (fnd_file.LOG,
4281: '(okc_contract_pub).create_contract_line '
4282: || l_msg_data
4283: );
4284: END IF;

Line 4340: fnd_file.put_line

4336:
4337: IF (g_fnd_log_option = 'Y') THEN
4338: fnd_message.set_encoded (l_msg_data);
4339: l_msg_data := fnd_message.get;
4340: fnd_file.put_line
4341: (fnd_file.LOG,
4342: 'get_cc_trxn for line'
4343: || l_msg_data
4344: );

Line 4341: (fnd_file.LOG,

4337: IF (g_fnd_log_option = 'Y') THEN
4338: fnd_message.set_encoded (l_msg_data);
4339: l_msg_data := fnd_message.get;
4340: fnd_file.put_line
4341: (fnd_file.LOG,
4342: 'get_cc_trxn for line'
4343: || l_msg_data
4344: );
4345: END IF;

Line 4465: fnd_file.put_line

4461: IF (g_fnd_log_option = 'Y')
4462: THEN
4463: fnd_message.set_encoded (l_msg_data);
4464: l_msg_data := fnd_message.get;
4465: fnd_file.put_line
4466: (fnd_file.LOG,
4467: '(oks_contract_line_pub).create_line '
4468: || l_msg_data
4469: );

Line 4466: (fnd_file.LOG,

4462: THEN
4463: fnd_message.set_encoded (l_msg_data);
4464: l_msg_data := fnd_message.get;
4465: fnd_file.put_line
4466: (fnd_file.LOG,
4467: '(oks_contract_line_pub).create_line '
4468: || l_msg_data
4469: );
4470: END IF;

Line 5346: fnd_file.put_line

5342: IF (g_fnd_log_option = 'Y')
5343: THEN
5344: fnd_message.set_encoded (l_msg_data);
5345: l_msg_data := fnd_message.get;
5346: fnd_file.put_line
5347: (fnd_file.LOG,
5348: '(OKC_CONTRACT_PUB).CREATE_CONTRACT_LINE '
5349: || l_msg_data
5350: );

Line 5347: (fnd_file.LOG,

5343: THEN
5344: fnd_message.set_encoded (l_msg_data);
5345: l_msg_data := fnd_message.get;
5346: fnd_file.put_line
5347: (fnd_file.LOG,
5348: '(OKC_CONTRACT_PUB).CREATE_CONTRACT_LINE '
5349: || l_msg_data
5350: );
5351: END IF;

Line 5474: fnd_file.put_line

5470: IF (g_fnd_log_option = 'Y')
5471: THEN
5472: fnd_message.set_encoded (l_msg_data);
5473: l_msg_data := fnd_message.get;
5474: fnd_file.put_line
5475: (fnd_file.LOG,
5476: '(OKS_CONTRACT_LINE_PUB).CREATE_LINE '
5477: || l_msg_data
5478: );

Line 5475: (fnd_file.LOG,

5471: THEN
5472: fnd_message.set_encoded (l_msg_data);
5473: l_msg_data := fnd_message.get;
5474: fnd_file.put_line
5475: (fnd_file.LOG,
5476: '(OKS_CONTRACT_LINE_PUB).CREATE_LINE '
5477: || l_msg_data
5478: );
5479: END IF;

Line 10971: FND_FILE.PUT_LINE (FND_FILE.LOG,'IBNEW :- CREATE_BCL_FOR_OM ' || l_return_status );

10967: P_LINE_ID => p_line_id ,
10968: X_RETURN_STATUS => l_return_status
10969: );
10970: If(G_FND_LOG_OPTION = 'Y') Then
10971: FND_FILE.PUT_LINE (FND_FILE.LOG,'IBNEW :- CREATE_BCL_FOR_OM ' || l_return_status );
10972: OKS_RENEW_PVT.DEBUG_LOG( 'OKS_EXTWARPRGM_PVT.CREATE_K_SYSTEM_TRF :: CREATE_BCL_FOR_OM '|| l_return_status);
10973: End if;
10974:
10975: If Not l_return_status = 'S' then

Line 10991: -- FND_FILE.PUT_LINE( fnd_file.LOG, 'IBNEW :- Update_OM_SLL_Date ' || l_return_status );

10987: x_msg_count => x_msg_count,
10988: x_msg_data => x_msg_data
10989: );
10990:
10991: -- FND_FILE.PUT_LINE( fnd_file.LOG, 'IBNEW :- Update_OM_SLL_Date ' || l_return_status );
10992: IF (fnd_log.level_event >= fnd_log.g_current_runtime_level
10993: )
10994: THEN
10995: fnd_log.STRING

Line 11042: -- FND_FILE.PUT_LINE (FND_FILE.LOG,'IBNEW :- CREATE_BCL_FOR_OM ' || l_return_status );

11038: (
11039: P_LINE_ID => p_line_id ,
11040: X_RETURN_STATUS => l_return_status
11041: );
11042: -- FND_FILE.PUT_LINE (FND_FILE.LOG,'IBNEW :- CREATE_BCL_FOR_OM ' || l_return_status );
11043: If(G_FND_LOG_OPTION = 'Y') Then
11044: OKS_RENEW_PVT.DEBUG_LOG( 'OKS_EXTWARPRGM_PVT.CREATE_K_SYSTEM_TRF :: CREATE_BCL_FOR_OM '|| l_return_status);
11045: End if;
11046: If Not l_return_status = 'S' then