DBA Data[Home] [Help]

APPS.IEX_WF_BAN_STATUS_PUB dependencies on FND_PROFILE

Line 326: l_profile := NVL(fnd_profile.value('IEX_STRY_CREATE_BANKRUPTCY'), 'Y');

322: result := wf_engine.eng_null;
323: return;
324: end if;
325:
326: l_profile := NVL(fnd_profile.value('IEX_STRY_CREATE_BANKRUPTCY'), 'Y');
327:
328: IF (FND_LOG.LEVEL_EVENT >= PG_DEBUG) THEN
329: iex_debug_pub.logmessage ('update_approval_status start');
330: iex_debug_pub.logmessage ('Profile IEX_STRY_CREATE_BANKRUPTCY == '||l_profile);

Line 757: l_profile := NVL(fnd_profile.value('IEX_TURNOFF_COLLECT_BANKRUPTCY'), 'Y');

753: result := wf_engine.eng_null;
754: return;
755: end if;
756:
757: l_profile := NVL(fnd_profile.value('IEX_TURNOFF_COLLECT_BANKRUPTCY'), 'Y');
758:
759:
760: wf_engine.setitemattrtext( itemtype => itemtype,
761: itemkey => itemkey,

Line 870: -- l_turnoff_collection_profile := NVL(fnd_profile.value('IEX_TURNOFF_COLLECT_BANKRUPTCY'), 'Y');

866: itemtype => itemtype,
867: itemkey => itemkey,
868: aname => 'PARTY_ID');
869:
870: -- l_turnoff_collection_profile := NVL(fnd_profile.value('IEX_TURNOFF_COLLECT_BANKRUPTCY'), 'Y');
871: -- dbms_output.put_line('Profile '||l_turnoff_collection_profile);
872:
873: OPEN C_CASE(l_party_id);
874: LOOP

Line 1061: --l_turnoff_collection_profile := NVL(fnd_profile.value('IEX_TURNOFF_COLLECT_BANKRUPTCY'), 'Y');

1057: itemtype => itemtype,
1058: itemkey => itemkey,
1059: aname => 'PARTY_ID');
1060:
1061: --l_turnoff_collection_profile := NVL(fnd_profile.value('IEX_TURNOFF_COLLECT_BANKRUPTCY'), 'Y');
1062: --dbms_output.put_line('Profile '||l_turnoff_collection_profile);
1063:
1064: OPEN C_CASE(l_party_id);
1065: -- l_case_count := C_CASE%ROWCOUNT;